Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Use std::list instead of std::map for factory instance #16161

Merged
merged 2 commits into from
Feb 3, 2020

Conversation

alexshalamov
Copy link
Contributor

Factory 'get' method can be invoked recursively and stable iterators are required to guarantee safety.

Launch Checklist

  • briefly describe the changes in this PR
  • apply needs changelog label if a changelog is needed (remove label when added)

@alexshalamov alexshalamov force-pushed the alexshalamov_fix_recursive_factory branch from 13202e9 to 5af2925 Compare February 3, 2020 08:53
@alexshalamov alexshalamov force-pushed the alexshalamov_fix_recursive_factory branch from 5af2925 to 0dc1fc4 Compare February 3, 2020 09:33
@alexshalamov alexshalamov marked this pull request as ready for review February 3, 2020 09:33
@alexshalamov alexshalamov force-pushed the alexshalamov_fix_recursive_factory branch from 0dc1fc4 to 03c4950 Compare February 3, 2020 09:48
Factory 'get' method can be invoked recursively and stable iterators
are required to guarantee safety.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants